This small shared library example shows you how to make your own libraries. Files: own.txt This file own.s contains all code and setups needed to make library! own.i contains library structure needed for above source! own.fd FD file so that you can convert it to blitz easily own.library1 FDconverted as library 10 for the example own.library Actual compiled working library. own.asc Example brogram (So that you can see that it works ;) Info: Library example is very small (3 asm instructions ;) and it requires FPU to work. And it WILL NOT test if there are FPU present in the system, so if you don't have one don't even try the test program. If you have guestions you can mail to me at sami.naatanen@dlc.fi